-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding option to enable tracing the system account. (default: false) #1295
Conversation
Use sys_trace option in config file or --sys_trace on the command line Signed-off-by: Matthias Hanel <mh@synadia.com>
I would like -SV for system trace command line, and |
@derekcollison Not |
Bummer, ok |
added DVV and VV. Intended to keep sys_trace, when specified only the system account will produce traces. |
Yes that sounds good. |
Signed-off-by: Matthias Hanel <mh@synadia.com>
Signed-off-by: Matthias Hanel <mh@synadia.com>
Only tracing the system account was not easily possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think something is wrong with the name of the field you are tracking (syslog).
Signed-off-by: Matthias Hanel <mh@synadia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Use sys_trace option in config file or --sys_trace on the command line
I made this non reloadable as this affects clients and reload does not alter existing clients.
(Will address this in a separate PR)